McSplineData Class
Represents the point for generating a spline curve.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.McSplineData
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McSplineData
Public Class McSplineData
The McSplineData class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
McSplineData | Initializes a new instance of the McSplineData class. |
Properties
Name | Description | |
---|---|---|
![]() |
Acceleration | The maximum acceleration. |
![]() |
AuxParam | An array that stores auxiliary parameters corresponding to specific curve fitting method. |
![]() |
Deceleration | The maximum deceleration. |
![]() |
Jerk | The maximum jerk. |
![]() |
Point | An array that stores a point. |
![]() |
Velocity | The maximum velocity. |
See also